func runtime.findfunc
35 uses
runtime (current package)
debugcall.go#L49: f := findfunc(pc)
debuglog.go#L816: fn := findfunc(pc)
error.go#L333: name := funcNameForPrint(funcname(findfunc(pc)))
heapdump.go#L608: f := findfunc(pc)
mprof.go#L596: fi := findfunc(callPC)
panic.go#L57: if goarch.IsWasm == 0 && stringslite.HasPrefix(funcname(findfunc(pc)), "runtime.") {
panic.go#L394: fn := findfunc(getcallerpc())
panic.go#L1474: if gp.m.incgo || findfunc(pc).valid() {
panic.go#L1479: if findfunc(lr).valid() {
panic.go#L1497: f := findfunc(pc)
plugin.go#L115: f2 := findfunc(entry)
preempt.go#L318: f := findfunc(abi.FuncPCABI0(asyncPreempt))
preempt.go#L320: f = findfunc(abi.FuncPCABIInternal(asyncPreempt2))
preempt.go#L384: f := findfunc(pc)
print.go#L293: fn := findfunc(val)
proc.go#L4171: f := findfunc(gp.sched.pc)
proc.go#L5427: if f := findfunc(pc); f.valid() {
proc.go#L7300: pkg := funcpkgpath(findfunc(abi.FuncPCABIInternal(f)))
stack.go#L997: f := findfunc(gp.sched.pc)
stack.go#L1094: if f := findfunc(gp.sched.pc); f.valid() {
stack.go#L1219: f := findfunc(gp.startpc)
symtab.go#L108: funcInfo := findfunc(pc)
symtab.go#L256: f := findfunc(tracepc)
symtab.go#L733: f := findfunc(pc)
symtab.go#L873: func findfunc(pc uintptr) funcInfo {
traceback.go#L200: f := findfunc(frame.pc)
traceback.go#L299: frame.fn = findfunc(frame.pc)
traceback.go#L450: flr := findfunc(frame.lr)
traceback.go#L504: f = findfunc(frame.pc)
traceback.go#L777: f := findfunc(pc)
traceback.go#L1049: f := findfunc(pc) // f previously validated
traceback.go#L1058: f := findfunc(ancestor.gopc)
traceback.go#L1339: f := findfunc(gp.startpc)
tracestack.go#L308: fi := findfunc(callPC)
tracestack.go#L336: f := findfunc(pc)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |